home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / javap / figb-1a.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  30KB  |  523x684  |  4-bit (14 colors)
Labels: text | screenshot | font | number | parallel | document
OCR: Table B.I Commonly used methods in classes. java.lang.ObjectM extends Constructor java.awt. Component public Object( ) Constructor Methods invoke Object() public final Class getClass( ) Methods public int hashCode( ) public Dimension size( ) public boolean equals(Object obj) public Color getForeground( ) protected Object clone( ) throws public synchronized void setForeground(Color c) CloneNotSupportedException public Color getBackground( ) public String toString( ) public synchronized void setBackground(Color c) public final vold notify( ) public Font getFont( ) public final void notifyAll( ) public synchronized void setFont(Font f) public void resize(int width, int height) public final void wait(long timeout) throws InterruptedException public void resize(Dimension d) public final void wait( ) throws InterruptedException public Dimension preferredSize( ) public Dimension minimumSize( ) protected void finalize( ) throws Throwable public Graphics getGraphics() public boolean handleEvent(Event evt) public boolean mouseDown(Event evt, int x, int y) public boolean mouseDrag(Event evt, int x, int y) public boolean mouseUp(Event evt, int x, int y) public boolean mouseMove(Event evt, int x, int y) public boolean mouseEnter(Event evt, Int x, int y) public boolean mouseExit(Event evt, int x, int y) public boolean keyDown(Event evt, int key) public boolean keyUp(Event evt, int key) public boolean action(Event evt, Object what) public void addNotify( ) public synchronized void removeNotify( ) public String toString( ) public Insets insets( )